xen.git
2007-08-16 Alex Williamson[IA64] Support of 4k page size for individual guests
2007-08-16 Alex Williamson[IA64] Shrink vtlb size
2007-08-12 Alex Williamsonmerge with xen-unstable.hg
2007-08-12 Alex Williamson[IA64] Make MMU setting of domVTi configurable
2007-08-12 Alex Williamson[IA64] Minimal long vhpt format support
2007-08-12 Alex Williamson[IA64] Use defines instead of hard coded numbers
2007-08-09 Alex Williamson[IA64] Saner dom0 memory and cpu defaults
2007-08-07 kfraser@localhost... xen: Clean up some paging files: no tab and trailing...
2007-08-07 kfraser@localhost... xentop: fix abnormal value cpu(%) when domain shutdown.
2007-08-07 kfraser@localhost... [ACM] Explicitly cast byte arrays when used in copy_fro...
2007-08-07 Alex Williamson[IA64] Fix parameter check in do_hvm_op()
2007-08-06 Tim Deegan[HVM] Store Etherboot ROM as hexdump, not binary
2007-08-06 kfraser@localhost... xm: Fix control characters causing xm tests to fail.
2007-08-06 kfraser@localhost... xm: pass --skipdtd parameter through to 'xm new'
2007-08-06 Ian Campbell[32on64] Copy the right grant table status code back...
2007-08-06 kfraser@localhost... hvm: Fix PV-on-HVM drivers to not execuite hypercall...
2007-08-06 kfraser@localhost... hvm: Fix save/restore when callback_via line is routed...
2007-08-06 kfraser@localhost... pygrub: LiloConf.py supports root and read-only
2007-08-06 kfraser@localhost... Fix/cleanup destroyDevice code path in xend.
2007-08-06 kfraser@localhost... [ACM] Support for removing / replacing a policy
2007-08-06 kfraser@localhost... [ACM] Support for running unlabeled domains alongside...
2007-08-03 Alex Williamson[IA64] Cleanup panic
2007-08-03 Alex Williamson[IA64] Remove more useless code
2007-08-03 kfraser@localhost... domain builder: Zero start_info struct.
2007-08-03 kfraser@localhost... On debug builds, scrub pages with non-zero poison.
2007-08-03 Tim Deegan[HVM] Yet another MCA/MCE MSR.
2007-08-03 kfraser@localhost... es7000: Remove the bulk of the ES7000 specific code...
2007-08-02 kfraser@localhost... Merge with ppc/xen-unstable.hg
2007-08-02 Hollis Blanchardmerge with xen-unstable.hg
2007-08-02 Hollis Blanchard[POWERPC][XEN] Commit missing multiboot files.
2007-08-02 kfraser@localhost... libelf: Clean up and fix up BSD symtab handling.
2007-08-02 kfraser@localhost... elfloader: Re-add break stmt I stupidly removed from...
2007-08-02 kfraser@localhost... libelf: Remove unneeded extra elf_set_verbose() invocation.
2007-08-02 Tim DeeganMerge
2007-08-02 Tim Deegan[MINIOS] fix x86_64 p2m map and CFLAGS
2007-08-01 Alex Williamsonmerge with xen-unstable.hg
2007-08-01 kfraser@localhost... xenstore: Redirect stdin/stdout/stderr to /dev/null.
2007-08-01 kfraser@localhost... xenstore: Do not assign to stdout/stderr/stdin - they...
2007-08-01 Alex Williamson[IA64] Set rr0 to rr4 hyperprivop
2007-08-01 kfraser@localhost... [ELF] Load elf symbols when BSD_SYMTAB=yes.
2007-08-01 kfraser@localhost... xenstored: Do not write to stderr if we are daemonised!
2007-08-01 kfraser@localhost... xenstored: Remove unused util code.
2007-08-01 kfraser@localhost... blktap: Fix unaligned access to blktap/tapdisk message...
2007-08-01 kfraser@localhost... Fix file descriptor leak in blktapctrl
2007-08-01 kfraser@localhost... Merge with ppc/xen-unstable.hg.
2007-08-01 kfraser@localhost... [IA64] Fix tools build.
2007-07-31 kfraser@localhost... hvm: Large-scale cleanups and fixes to event deliver...
2007-07-31 Alex Williamson[IA64] Fix PAL_HALT of dom0 for panic_notifier_list
2007-07-31 kfraser@localhost... hvmloader: Avoid bogus use of NULL pointer.
2007-07-31 Tim Deegan[HVM] Inject #PF when mmio instruction fetch fails
2007-07-31 kfraser@localhost... hvm: Define common (across VMX and SVM) set of event...
2007-07-31 kfraser@localhost... hvm: Fix CR0 handling, which I broke in 15652.
2007-07-31 kfraser@localhost... vmx: Simplify event-injection logic.
2007-07-31 Alex Williamson[IA64][MINIOS] PKR support
2007-07-30 Alex Williamson[IA64] Switch on PKR
2007-07-30 Alex Williamson[IA64] Extend interfaces to use itir instead logps
2007-07-30 Hollis Blanchard[POWERPC][XEN] Use multiboot2 data structures when...
2007-07-30 Alex Williamson[IA64] Use key in optimzation feature
2007-07-30 Alex Williamson[IA64] Declarations for PKR
2007-07-30 Alex Williamson[IA64] Clean up unused pkrs[] handling.
2007-07-30 Hollis Blanchard[POWERPC][XEN] Deal with "shadow" -> "paging" fallout.
2007-07-30 Hollis Blanchard[POWERPC][XEN] Fix build by adding proper guards to...
2007-07-30 kfraser@localhost... [ACM] Some more fixes
2007-07-30 kfraser@localhost... [IA64] Disable ACPI SRAT,SLIT table of dom0.
2007-07-30 kfraser@localhost... Add acpi_table_disable() into xen/drivers/acpi/tables.c
2007-07-30 kfraser@localhost... Move generate_acpi_checksum() from ia64 code to common.
2007-07-27 Alex Williamsonmerge with xen-unstable.hg
2007-07-27 kfraser@localhost... hvm: Clean up CR0 handling.
2007-07-27 kfraser@localhost... Implement Xen API method Console.set_other_config.
2007-07-27 kfraser@localhost... Implement missing Xen API method Console.get_other_config.
2007-07-27 kfraser@localhost... Fix Xen API console methods that use undefined variables.
2007-07-27 kfraser@localhost... [Xend] Do network startup earlier.
2007-07-27 kfraser@localhost... [XEND] Fix for creating VLANs using the Xen-API
2007-07-27 kfraser@localhost... [ACM] Check a domain's authorization to run.
2007-07-26 Alex Williamson[IA64] Remove useless code
2007-07-26 Tim Deegan[HVM] Save/restore: don't leak shared-memory segments...
2007-07-25 Alex Williamson[IA64] Enable Xen VGA autodetection
2007-07-25 Alex Williamson[IA64] Fix VGA console
2007-07-25 kfraser@localhost... xenstored: Fix socket-based connection teardown. Readin...
2007-07-24 kfraser@localhost... xenstore: Small cleanups and fixes.
2007-07-24 kfraser@localhost... Add domain name check and UUID check to 'xm new' command.
2007-07-24 Tim Deegan[HVM] Live-migration fixups after 15639:c585f993385c
2007-07-24 Tim DeeganMerge
2007-07-24 Tim Deegan[HVM] Control qemu's state-save via xenstore, instead...
2007-07-24 kfraser@localhost... xenstored: Fairly round-robin schedule work across...
2007-07-24 kfraser@localhost... xenstored: Guarantee to fire @releaseDomain watch when...
2007-07-24 Tim Deegan[HVM] Shadow: release shadow lock during emulation...
2007-07-23 kfraser@localhost... [PVFB] Fix shift key for graphical vnc display
2007-07-23 kfraser@localhost... [IOEMU] Fix shift key for graphical vnc display
2007-07-23 kfraser@localhost... [ACM] Check boundary conditions of passed parameters...
2007-07-23 kfraser@localhost... [ACM] Coding style cleanups.
2007-07-23 kfraser@localhost... [ACM] Allow the loadpolicy operation once
2007-07-20 Tim DeeganFix IA64 build
2007-07-20 Tim Deegan[HVM] HAP: mark domains as HAP-enabled, not shadow...
2007-07-20 Tim Deegan[XEN] replace shadow_* with paging_* in common code
2007-07-20 kfraser@localhost... Xen PM: Clean up printk usage.
2007-07-20 kfraser@localhost... Xen PM: Remove useless __sync_lazy_execstate().
2007-07-20 kfraser@localhost... Xen PM: Enter all ACPI S states on boot CPU.
2007-07-20 kfraser@localhost... Fix hypercall migration. schedule_tail() is not required
2007-07-20 Alex Williamson[IA64] Revert ia64/xen-unstable.hg 15561:e487cc249171
next